projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d3fcb5
)
km_arm: change CONFIG_SYS_TEXT_BASE to end of RAM
author
Valentin Longchamp
<
[email protected]
>
Mon, 12 Sep 2011 04:18:41 +0000
(
04:18
+0000)
committer
Wolfgang Denk
<
[email protected]
>
Wed, 5 Oct 2011 20:03:11 +0000
(22:03 +0200)
This allows to test a larger part of the RAM in the memory tests.
Signed-off-by: Valentin Longchamp <
[email protected]
>
Signed-off-by: Holger Brunck <
[email protected]
>
Cc: Heiko Schocher <
[email protected]
>
Cc: Prafulla Wadaskar <
[email protected]
>
include/configs/km/km_arm.h
patch
|
blob
|
history
diff --git
a/include/configs/km/km_arm.h
b/include/configs/km/km_arm.h
index 2e3b1826242398bdd9adc895b4812b3d6b4053a3..71fe1499ed3e2382a3df7b9b675a6cceb0121eb6 100644
(file)
--- a/
include/configs/km/km_arm.h
+++ b/
include/configs/km/km_arm.h
@@
-54,7
+54,7
@@
#include "asm/arch/config.h"
-#define CONFIG_SYS_TEXT_BASE 0x0
4000000 /* code address after
reloc */
+#define CONFIG_SYS_TEXT_BASE 0x0
7d00000 /* code address before
reloc */
#define CONFIG_SYS_MEMTEST_START 0x00400000 /* 4M */
#define CONFIG_SYS_MEMTEST_END 0x007fffff /*(_8M -1) */
#define CONFIG_SYS_LOAD_ADDR 0x00800000 /* default load adr- 8M */